projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b481ee0
)
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
author
Kim F. Storm
<storm@cua.dk>
Wed, 11 Sep 2002 20:00:58 +0000
(20:00 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 11 Sep 2002 20:00:58 +0000
(20:00 +0000)
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index 9eac3a29055e74e59713891f7fa2d4e10620ff9c..2526d3bda633a0d7ee6c9168cc62e8b3028bf30f 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-105,7
+105,8
@@
With a prefix argument, format the macro in a more concise way."
(cond (store-hook
(setq mac keys)
(setq cmd nil))
- ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro kmacro-end-or-call-macro))
+ ((or (memq cmd '(call-last-kbd-macro kmacro-call-macro
+ kmacro-end-or-call-macro kmacro-end-and-call-macro))
(member keys '("\r" [return])))
(or last-kbd-macro
(y-or-n-p "No keyboard macro defined. Create one? ")